home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / amigametafile.lha / AmigaMetaFormat / C / amigametaformat.const.fd next >
Text File  |  1997-05-02  |  1KB  |  57 lines

  1. #define AMF_SIZE 0x8000
  2.  
  3. #define AMF_WINDOW 1
  4. #define AMF_STRIP 2
  5. #define AMF_FILE 3
  6. #define AMF_REGION 4
  7. #define AMF_EPS 5
  8. #define AMF_GEM 6
  9. #define AMF_CGM 7
  10. #define AMF_WORDWORTH 8
  11. #define AMF_HPGL 9
  12. #define AMF_DR2D 10
  13. #define AMF_AI 11
  14. #define AMF_WMF 12
  15. #define AMF_JMF 13
  16.  
  17. #define AMF_NO_ERROR 0
  18. #define AMF_ERROR_NO_MEM 1
  19. #define AMF_ERROR_NOT_SUPPORTED 2
  20. #define AMF_ERROR_WRONG_ARGS 3
  21. #define AMF_ERROR_OTHER 4
  22.  
  23. #define AMF_CLEAR_REGION 0
  24. #define AMF_LINE 3
  25. #define AMF_TEXT 5
  26. #define AMF_ELLIPSE 6
  27. #define AMF_BOX 7
  28. #define AMF_FILL_ELLIPSE 8
  29. #define AMF_FILL_BOX 9
  30. #define AMF_POLYGON 11
  31. #define AMF_BITMAP_PIC 12
  32. #define AMF_ARC 13
  33. #define AMF_MARK 14
  34. #define AMF_CURVE 15
  35. #define AMF_FILL_POLY 16
  36. #define AMF_ROUNDED 17
  37. #define AMF_PIE 18
  38. #define AMF_FILL_ROUNDED 19
  39. #define AMF_FILL_PIE 20
  40.  
  41. #define AMF_FONT 0x64
  42. #define AMF_SETFGPEN 0x65
  43. #define AMF_SETBGPEN 0x66
  44. #define AMF_SETDRMODE 0x67
  45. #define AMF_SETLINEPAT 0x68
  46. #define AMF_SETLINEWIDTH 0x69
  47. #define AMF_SETFONT 0x6A
  48. #define AMF_SETFILLPAT 0x6B
  49. #define AMF_SETMARKSIZE 0x6C
  50. #define AMF_SETMARKTYPE 0x6D
  51. #define AMF_SETDPI 0x6E
  52.  
  53. #define AMF_GETFONTHEIGHT 0xC8
  54. #define AMF_GETSTRINGLENGHT 0xC9
  55. #define AMF_GETBASELINE 0xCA
  56.  
  57.